C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / OnClientSelectedIndexChanged Property

In This Topic
OnClientSelectedIndexChanged Property (AutoCompleteBase<T>)
In This Topic
Occurs when the value of the SelectedIndex property changes.
Syntax
'Declaration
 
<JsonAttribute(True, 
   1, 
   "selectedIndexChanged")>
Public Overridable Property OnClientSelectedIndexChanged As String
 
See Also